Fix typos
authorHodong Kim <hodong@nimfsoft.com>
Sun, 7 Nov 2021 07:48:39 +0000 (16:48 +0900)
committerHodong Kim <hodong@nimfsoft.com>
Sun, 7 Nov 2021 07:48:39 +0000 (16:48 +0900)
docs/reference/gdk/macos.md
docs/reference/gdk/wayland.md
docs/reference/gdk/x11.md

index 1a0429be9dcaf76e9480db51c5ec8730ea2d4ba9..05d1fbbbbee572e8f361b96421d25d55cebd8abe 100644 (file)
@@ -33,7 +33,7 @@ calls to different backends, and error out on unsupported windowing systems:
   else
 #endif
 #ifdef GDK_WINDOWING_WAYLAND
-  if (GTK_IS_WAYLAND_DISPLAY (display))
+  if (GDK_IS_WAYLAND_DISPLAY (display))
     {
       // make Wayland-specific calls here
     }
index 040e96a4e9c68e68719826a5b907f277352cf919..470b7bbcf9fa528e44a2e2dbdc52dff4df9c78d5 100644 (file)
@@ -23,7 +23,7 @@ calls to different backends, and error out on unsupported windowing systems:
 #endif
 
 #ifdef GDK_WINDOWING_WAYLAND
-  if (GTK_IS_WAYLAND_DISPLAY (display))
+  if (GDK_IS_WAYLAND_DISPLAY (display))
     {
       // make Wayland-specific calls here
     }
index 6602e24b820ba076f60f0a89e9d3c3db2e1b8c75..ee4f173d8c711462ee0ff69cadcfbb994e218b5c 100644 (file)
@@ -29,7 +29,7 @@ calls to different backends, and error out on unsupported windowing systems:
   else
 #endif
 #ifdef GDK_WINDOWING_WAYLAND
-  if (GTK_IS_WAYLAND_DISPLAY (display))
+  if (GDK_IS_WAYLAND_DISPLAY (display))
     {
       // make Wayland-specific calls here
     }